home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TCUSTOMMESSAGEFORM / TCUSTOMMESSAGEFORM.txt < prev   
Text File  |  2006-03-23  |  2KB  |  97 lines

  1. object CustomMessageForm: TCustomMessageForm
  2.   Left = 310
  3.   Top = 309
  4.   Width = 385
  5.   Height = 144
  6.   Caption = 'Warning'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MessageLabel: TLabel
  18.     Left = 56
  19.     Top = 8
  20.     Width = 305
  21.     Height = 49
  22.     AutoSize = False
  23.     Layout = tlCenter
  24.   end
  25.   object Image1: TImage
  26.     Left = 8
  27.     Top = 16
  28.     Width = 32
  29.     Height = 32
  30.     AutoSize = True
  31.     Picture.Data = {<image000.ico>}
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 8
  35.     Top = 72
  36.     Width = 361
  37.     Height = 8
  38.     Shape = bsTopLine
  39.   end
  40.   object ButtonYes: TButton
  41.     Left = 24
  42.     Top = 85
  43.     Width = 75
  44.     Height = 22
  45.     Caption = 'Yes'
  46.     TabOrder = 0
  47.     OnClick = ButtonYesClick
  48.   end
  49.   object ButtonYes2All: TButton
  50.     Left = 112
  51.     Top = 85
  52.     Width = 75
  53.     Height = 22
  54.     Caption = 'Yes to All'
  55.     TabOrder = 1
  56.     OnClick = ButtonYes2AllClick
  57.   end
  58.   object ButtonNo: TButton
  59.     Left = 200
  60.     Top = 85
  61.     Width = 75
  62.     Height = 22
  63.     Caption = 'No'
  64.     TabOrder = 2
  65.     OnClick = ButtonNoClick
  66.   end
  67.   object ButtonCancel: TButton
  68.     Left = 288
  69.     Top = 85
  70.     Width = 75
  71.     Height = 22
  72.     Caption = 'Cancel'
  73.     TabOrder = 3
  74.     OnClick = ButtonCancelClick
  75.   end
  76.   object smlFormLangRes: TsmlFormLangRes
  77.     LangFileName = 'DefLang.ini'
  78.     IgnoreEmptyString = True
  79.     AutoCreateMode = True
  80.     AddBracket = True
  81.     StringProperties.Strings = (
  82.       'Caption')
  83.     StringsProperties.Strings = (
  84.       'Tabs'
  85.       'Items')
  86.     IgnoreControls.Strings = (
  87.       'MessageLabel')
  88.     IgnoreFormCaption = False
  89.     IncludeListViewItems = False
  90.     IncludeListViewHead = False
  91.     IncludeTreeViewItems = False
  92.     Active = False
  93.     Left = 8
  94.     Top = 80
  95.   end
  96. end
  97.